projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af9e1f
)
Target_env -> Target_os
author
Nipunn Koorapati
<nipunn1313@gmail.com>
Wed, 16 Nov 2016 07:46:57 +0000
(23:46 -0800)
committer
Nipunn Koorapati
<nipunn1313@gmail.com>
Wed, 16 Nov 2016 07:46:57 +0000
(23:46 -0800)
tests/concurrent.rs
patch
|
blob
|
history
diff --git
a/tests/concurrent.rs
b/tests/concurrent.rs
index ba2300afa256e91f4e70237d359a818498dfb167..a6eff1e707939274b903731dd95397222f71d794 100644
(file)
--- a/
tests/concurrent.rs
+++ b/
tests/concurrent.rs
@@
-345,7
+345,7
@@
fn same_project() {
// next Cargo to come in will take over cleanly.
// older win versions don't support job objects, so skip test there
#[test]
-#[cfg_attr(target_
env
= "windows", ignore)]
+#[cfg_attr(target_
os
= "windows", ignore)]
fn killing_cargo_releases_the_lock() {
let p = project("foo")
.file("Cargo.toml", r#"